aboutsummaryrefslogtreecommitdiffstats
path: root/firefox-nogtk3-nopulseaudio [does not build, will look at it later]/firefox.install
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-18 13:57:44 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-18 13:57:44 +0100
commitf7770ec06b49b820ab6def4d3f368c8551b515bd (patch)
tree82c71efe36d1452f735bc474054eeb985a49eee7 /firefox-nogtk3-nopulseaudio [does not build, will look at it later]/firefox.install
parentwhoops, wrong license (diff)
downloadaur-packages-f7770ec06b49b820ab6def4d3f368c8551b515bd.tar.gz
aur-packages-f7770ec06b49b820ab6def4d3f368c8551b515bd.tar.bz2
aur-packages-f7770ec06b49b820ab6def4d3f368c8551b515bd.tar.xz
more things to do...
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'firefox-nogtk3-nopulseaudio [does not build, will look at it later]/firefox.install')
-rw-r--r--firefox-nogtk3-nopulseaudio [does not build, will look at it later]/firefox.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/firefox-nogtk3-nopulseaudio [does not build, will look at it later]/firefox.install b/firefox-nogtk3-nopulseaudio [does not build, will look at it later]/firefox.install
new file mode 100644
index 0000000..1a1f4b1
--- /dev/null
+++ b/firefox-nogtk3-nopulseaudio [does not build, will look at it later]/firefox.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+